home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1992 June: ROMin Holiday / ADC Developer CD (1992-06) (''ROMin Holiday'')_iso / Developer Connection - 06-1992.iso / Development Platforms / Apple II / Apple II Sample Code / Sample Code Notes (ProDOS) / SCN01Shell < prev    next >
Encoding:
Text File  |  1990-06-24  |  2.1 KB  |  49 lines  |  [TEXT/pdos]

  1. Apple II
  2. Sample Code Notes
  3. _____________________________________________________________________________
  4.                                                   Developer Technical Support
  5.  
  6. #1:    Shell
  7.  
  8. Version:    3.0                                                     June 1990
  9.  
  10. APW Components
  11.  
  12. Assembly:            C:                Pascal:        Rez:
  13. Shell.Aii            Shell.c           Shell.p        Shell.rez
  14. Shell.Macros         Shell.Link
  15. Data.Build           Data.Build
  16. Rez.Build            Rez.Build
  17. Full.Build           Full.Build
  18.  
  19. MPW Components
  20.  
  21. Assembly:            C:                Pascal:
  22. Shell.Aii            Shell.c           Shell.p
  23. Shell.r              Shell.r           Shell.r
  24. Shell.make           Shell.make        Shell.make
  25.  
  26. Shell performs a minimal set of tasks fundamental to virtually any Apple IIGS 
  27. desktop application, including displaying an empty desktop with a menu bar and 
  28. basic recommended menu options and supporting About... and Quit menu items.
  29. _____________________________________________________________________________
  30.  
  31. Shell demonstrates standard data constructs in 65816 assembly language, C, and 
  32. Pascal, how to start tools, how to code a main event loop, and how to close 
  33. and quit an application.  Error handling is included, as well as support for 
  34. desk accessories.
  35.  
  36. APW 65816 assembly language users need APW v.1.0, APW Tools & Interfaces 
  37. v.1.1, and Apple IIGS System Software 5.0.2 or later.  APW C language users 
  38. additionally need APW C v.1.0.  Three APW command files, Full.Build, Build, 
  39. and Build.Macros allow you to perform complete or partial rebuilds of the load 
  40. file Shell.  Shell.p, included on the APW disk, is the MPW IIGS Pascal source 
  41. code.  It is included so Pascal programmers using native IIGS Pascal 
  42. development environments can easily port this code to their development 
  43. environment.
  44.  
  45. MPW IIGS users need MPW v.3.0, MPW IIGS Tools v.1.1, and either MPW IIGS 
  46. Assembler v.1.0 or later, or MPW IIGS C v.1.0 or later, or MPW IIGS Pascal 
  47. v.1.0 or later.  The name needed by the MPW Build menu's Build option can be 
  48. found in the MakeFile.
  49.